Skip to content

Conversation

@tgrothe
Copy link
Owner

@tgrothe tgrothe commented Feb 2, 2026

This pull request updates the GitHub Actions workflows for building the project with Gradle. The main improvement is ensuring that the gradlew script has executable permissions before running it, which increases reliability in CI environments.

Workflow reliability improvements:

  • Added a chmod +x ./gradlew step before executing Gradle commands in .github/workflows/gradle.yml to ensure the wrapper script is executable.
  • Added a chmod +x ./gradlew step before executing Gradle commands in .github/workflows/jars.yml to prevent permission issues during the build process.

@github-actions github-actions bot enabled auto-merge (squash) February 2, 2026 06:26
@github-actions github-actions bot merged commit 0eed111 into main Feb 2, 2026
3 checks passed
@github-actions github-actions bot deleted the patch-2026-02-02-07-24 branch February 2, 2026 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant